Certified OmniStudio Consultant v1.0

Page:    1 / 4   
Exam contains 60 questions

A company needs to create a quoting process for its internal agents. During quoting, the agent selects a product and specifies the grade (A, B, C, D, E) and the size (Small, Medium, Large, X-Large). The process should look up the unit price using the product code, the grade, size, and then multiplies the unit price by a discount factor.
Which tools should the consultant recommend to meet these requirements? (Choose two.)

  • A. Decision Matrix
  • B. Expression Set
  • C. DataRaptor Extract
  • D. DataRaptor Transform


Answer : BD

A client wants to create an OmniScript to capture customer satisfaction. The process requires the following actions:
Present the user with a customer satisfaction question that allows them to select one option from a 1-5 satisfaction rating.
Create a case for an account team member to follow up.
Email a summary message to the user.
Which OmniScript elements should the consultant recommend to meet these requirements?

  • A. Edit Block, DataRaptor Post Action, and Messaging Action
  • B. Radio Group, Remote Action, and Messaging Action
  • C. Radio Group, DataRaptor Post Action, and Email Action
  • D. Multi-Select, Remote Action, and Email Action


Answer : C

A company has an existing OmniScript that gathers customer information. User feedback suggests that the current process requires too much typing because all the data is entered into input text fields. The users also are concerned because there is no validation. In the data that is entered, and users can sometimes enter data that contains errors. The required inputs are first name, last name, age, and email. Users are also presented a brief questionnaire regarding customer satisfaction.
Which three input elements can the consultant recommend to improve usability and to provide validation? (Choose three.)

  • A. Headline
  • B. Range
  • C. Email
  • D. Text Area
  • E. Radio Group


Answer : BCE

A business has a project that must be completed soon in order to meet important deadlines. However, the developer on the project has left the company, and the new team on the project has decided to use OmniStudio tools. The development work completed so far was done using APEX code. The new team must complete the project following these guidelines:

Minimize implementation time -
Ensure end-user processes are as simple as possible

Find a way to ensure optimal UX -
In this scenario, what two actions should the consultant recommend to the project team? (Choose two.)

  • A. Replace existing APEX using DataRaptors and HTTP Actions
  • B. Implement FlexCards and OmniScripts for the front-end
  • C. Create new LWC templates for branding and styling
  • D. Use existing APEX classes as data sources


Answer : BD

When a customer calls to report a product issue, agents need to check all open cases related to that product to see if there are any solutions that can resolve the customer’s issue. Products that have been purchased are stored as assets, and there is a lookup relationship from case to asset that allows cases to be linked to the products customers have purchased.
What type of DataRaptor can be used to retrieve a list of cases filtered by the customer’s asset and the last service date of the asset?

  • A. DataRaptor Transform
  • B. DataRaptor Extract
  • C. DataRaptor Load
  • D. DataRaptor Turbo


Answer : B

What business problem does DataRaptor solve?

  • A. It guides humans through a complex business process.
  • B. It removes the need to code data mappings for data transformations.
  • C. It allows developers to create complex API queries declaratively.
  • D. It combines multiple steps and processes into a single server call.


Answer : D

A company needs to implement new verification processes for contacts in their org. This process relies on three Contact record types: Recruiter, Candidate, and Trainer. The verification process is different for each type of contact. For example, recruiters must pass a background check; trainers must complete mandatory training classes, and candidates must achieve certifications.
Which OmniStudio tools should the consultant recommend to meet these requirements?

  • A. Single OmniStudio Action that invokes separate Omniscripts
  • B. Specific FlexCards with Actions for each type of Contact
  • C. Multiple OmniStudio Actions that invoke separate OmniScripts
  • D. Single FlexCard with an Action to invoke an OmniScript


Answer : B

A company wants to create a new digital interaction process that allows customers to request a quote for service from a local retail energy supplier.
The process requires the following actions:
Allow the user to select one or more energy products from a list
Get current energy usage data from an external system via an API
Save the data back to Salesforce as a lead
Which three OmniScript elements should the consultant recommend to meet these requirements? (Choose three.)

  • A. DataRaptor Post Action
  • B. Post to Object Action
  • C. Radio Input
  • D. Multi-select Input
  • E. HTTP Action


Answer : ABD

Which element allows a user to retrieve data from a single field and display it in a dropdown list?

  • A. Select
  • B. Lookup
  • C. Calculation Action
  • D. DataRaptor Extract Action


Answer : B

A business needs to display installed products for field service technicians on service calls using a mobile device. The installed product information must be summarized so the technician can see key details at a glance. However, the technician also needs to sometimes access a list of past service dates for each product.
Which two FlexCards features should the consultant recommend to meet this requirement? (Choose two.)

  • A. Use flyouts
  • B. Use card states
  • C. Customize the styling
  • D. Enable the Responsive property


Answer : AB

A company needs to create a process that allows call center admins to retrieve all open cases that have a case type of "network issue” and submit the case data “as-Is" to a back office system for validation in batch on a daily basis. Once the cases have been submitted, the process should trigger an email to the supervisor.
Which three OmniStudio tools should the consultant recommend to meet these requirements? (Choose three.)

  • A. Integration Procedure
  • B. FlexCard
  • C. DataRaptor Turbo Extract
  • D. DataRaptor Load
  • E. OmniScript


Answer : ACD

Which Action element redirects the user outside an LWC OmniScript?

  • A. Post to Object
  • B. Done
  • C. Navigate
  • D. Response


Answer : C

Agents for an insurance company need to know the current and past weather conditions when creating claims for customers. The consultant implements a FlexCard for weather conditions in the console to ensure the agents have access to the information. The FlexCard needs to provide fields extracted from a weather API and account fields from Salesforce.
According to best practice, what data source should be used?

  • A. REST
  • B. Integration Procedure
  • C. Streaming API
  • D. DataRaptor Extract


Answer : B

A business implements a simple OmniScript in their call center that allows agents to quickly create a case when on the phone with customers. The OmniScript has been running successfully in the call center for over a year. The business decides it wants to allow partners to create cases directly from their Community portal.
What is the most efficient solution that the consultant can propose to meet this new requirement?

  • A. Clone the existing OmniScript to a new LWC OmniScript and deploy to the Community portal.
  • B. Duplicate the existing OmniScript and deploy the new script on the website.
  • C. Embed the existing OmniScript as a reusable component within a new Community OmniScript.
  • D. Deploy the existing OmniScript to the Community portal using OmniOut.


Answer : C

The design team creates a mock-up proposal of an OmniScript for sales that includes more than 25 steps. The consultant reviews the proposal and sees that the OmniScript will be used for three different and complex sales processes: change of plan, new sale, and loyalty. The user will select the type of sale at the beginning of the interaction, and then the OmniScript will branch into either change of plan, new sales, or loyalty processes. Each process will contain multiple decision points for the user.
Following best practices, what should the consultant recommend to improve the planned design of this OmniScript?

  • A. Add more Step elements to create shorter pages.
  • B. Create a specific OmniScript for each business process.
  • C. Add more conditional views to branch the OmniScript into logical sections.
  • D. Pass the process type as an input parameter.


Answer : C

Page:    1 / 4   
Exam contains 60 questions

Talk to us!


Have any questions or issues ? Please dont hesitate to contact us

Certlibrary.com is owned by MBS Tech Limited: Room 1905 Nam Wo Hong Building, 148 Wing Lok Street, Sheung Wan, Hong Kong. Company registration number: 2310926
Certlibrary doesn't offer Real Microsoft Exam Questions. Certlibrary Materials do not contain actual questions and answers from Cisco's Certification Exams.
CFA Institute does not endorse, promote or warrant the accuracy or quality of Certlibrary. CFA® and Chartered Financial Analyst® are registered trademarks owned by CFA Institute.
Terms & Conditions | Privacy Policy | Amazon Exams | Cisco Exams | CompTIA Exams | Databricks Exams | Fortinet Exams | Google Exams | Microsoft Exams | VMware Exams